home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / images / arachne.igz / arachne.img / LEVEL1 / LBACACHE.CAB / Autorun.bat
DOS Batch File  |  2005-01-16  |  1KB  |  29 lines

  1. @if "%debug%"=="" echo off 
  2. if not "%cache%"=="" goto _cchend 
  3. if not exist %ramdrv%\bin\lbacache.com goto _cchend 
  4. set cache=lbacache.com
  5. if exist %ramdrv%\bin\cachesz.bat call %ramdrv%\bin\cachesz.bat 
  6. if exist %ramdrv%\etc\lbacache.ldr goto _cchpar 
  7. if "%cachesz%"=="" goto _cchdef 
  8. if "%cachesz%"=="0" goto _cch0 
  9. %ldh% %ramdrv%\bin\%cache% buf %cachesz% flop tuns tunw 
  10. goto _tickle 
  11. :_cchdef 
  12. %ldh% %ramdrv%\bin\%cache% buf 2048 flop tuns tunw 
  13. goto _tickle 
  14. :_cch0 
  15. %ldh% %ramdrv%\bin\%cache% 
  16. goto _tickle 
  17. :_cchpar 
  18. if not exist %ramdrv%\bin\lmod.com goto _cch0 
  19. %ramdrv%\bin\lmod %ldh% %ramdrv%\bin\%cache% [] <%ramdrv%\etc\lbacache.ldr >%tmp%\_cache.bat
  20. if not exist %tmp%\_cache.bat goto _cch0 
  21. call %tmp%\_cache.bat 
  22. del %tmp%\_cache.bat >nul
  23. goto _tickle 
  24. :_tickle 
  25. if not "%tickle%"=="0" if     exist %ramdrv%\bin\ticklehd.com %ramdrv%\bin\ticklehd.com LB HD 
  26. if not "%tickle%"=="0" if not exist %ramdrv%\bin\ticklehd.com if exist %ramdrv%\bin\tickle.com %ramdrv%\bin\tickle.com 
  27. goto _cchend 
  28. :_cchend 
  29.